From: Jim Blandy Date: Wed, 19 May 1993 19:48:38 +0000 (+0000) Subject: * xfaces.el (face-equal): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96154 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ade516a1a75be8d0375aaad1d46a3383ea2974ba;p=emacs.git * xfaces.el (face-equal): Doc fix. --- diff --git a/lisp/faces.el b/lisp/faces.el index 40408685355..8bc600cf880 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -308,7 +308,7 @@ Otherwise it applies to each frame separately." new-face)) (defun face-equal (face1 face2 &optional frame) - "True if the faces FACE1 and FACE2 display in the the same way." + "True if the faces FACE1 and FACE2 display in the same way." (setq face1 (internal-get-face face1 frame) face2 (internal-get-face face2 frame)) (and (equal (face-foreground face1 frame) (face-foreground face2 frame))